* SECTION:gtkcheckbutton
* @Short_description: Create widgets with a discrete toggle button
* @Title: GtkCheckButton
- * @See_also: #GtkButton, #GtkToggleButton, #GtkRadioButton
+ * @See_also: #GtkButton, #GtkToggleButton
*
* A #GtkCheckButton places a label next to an indicator.
*
* @Title: GtkModelButton
*
* GtkModelButton is a button class that can use a #GAction as its model.
- * In contrast to #GtkToggleButton or #GtkRadioButton, which can also
+ * In contrast to #GtkToggleButton or #GtkCheckButton, which can also
* be backed by a #GAction via the #GtkActionable:action-name property,
* GtkModelButton will adapt its appearance according to the kind of
* action it is backed by, and appear either as a plain, check or
* @width: rectangle width
* @height: rectangle height
*
- * Renders an option mark (as in a #GtkRadioButton), the %GTK_STATE_FLAG_CHECKED
+ * Renders an option mark (as in a radio button), the %GTK_STATE_FLAG_CHECKED
* state will determine whether the option is on or off, and
* %GTK_STATE_FLAG_INCONSISTENT whether it should be marked as undefined.
*
gtk_window_destroy (GTK_WINDOW (window));
}
-/*
- * GtkRadioButton
- */
-
static void
create_radio_buttons (GtkWidget *widget)
{